home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1404.dms / var1404.adf / DMSDEVICE.DOC < prev    next >
Text File  |  1994-04-14  |  3KB  |  106 lines

  1.                      Device-Masher System
  2.                         Version  1.3
  3.                          DMS DEVICE
  4.                        DATE: 1.4.1994
  5.  
  6. Last info update:
  7.  
  8. 1.3
  9.  
  10. Rewrote the code a bit, and changed some routines
  11. to improve speed.
  12.  
  13. 1.2 update
  14. Previous PRE-RELEASE version had a bug in the mountlist
  15.  which made the device read incorrectly
  16.  the correct mountlist for DMx: drives is included now.
  17.  
  18. DMS device have been optimized and the file size is decreased
  19.  to 20% the size of the previous version.
  20.  
  21. If you register your DMS, you will receive a much faster version,
  22.  which run at same speed as a diskdrive.
  23.  
  24.  
  25.  
  26.  
  27.  
  28. ABOUT DMS DEVICE
  29. ^^^^^^^^^^^^^^^^
  30.  
  31. DMS Device is a little device driver, which gives you the ability
  32.  to mount .DMS files as a virtual drive, instead of unpacking
  33.  to a disk.
  34.  
  35. NOTE:
  36.  If you got any TRK0 added tracks(BBS advertisements)
  37.  in the .DMS file, you must remove those, using
  38.  DMS.
  39.  To remove those tracks , use the utility in the directory
  40.  DMSTEST, called "DMSTESTUTRK"
  41.  
  42.  i.e:   DMSTESTUTRK <DMS FILENAME>
  43.  
  44. Here is an MOUNTLIST EXAMPLE for you DEVS:
  45.  
  46.  
  47. ************** CUT HERE AND INSERT IN YOUR DEVS:MOUNTLIST ********
  48.  
  49.  
  50. /* MountList example for DMS DEVICE */
  51.  
  52. DM0:   Device           = devs:dms.device
  53.        Unit             = 0
  54.        Flags              = 0
  55.        Surfaces         = 2
  56.        BlocksPerTrack   = 11
  57.        Reserved         = 2
  58.        Interleave       = 0
  59.        LowCyl             = 0
  60.        HighCyl          = 79
  61.        Buffers          = 5
  62.        BufMemType       = 1
  63. #
  64. ****************************** CUT HERE *****************************
  65.  
  66. You can include this in your own mountlist, or you can have it
  67.  as a seperate file located elsewhere on your disk.
  68.  Then you will have to start it by this:
  69.  
  70.      MOUNT DM0: FROM <WHERE YOU MOUNTLIST IS>
  71.  
  72.  
  73.  
  74. For changing to a DMSFILE, use the CHDIR command included in the
  75. DMSDEVICE directory.
  76.  
  77. The DMS.DEVICE can handle up to 10 different dmsfiles at a time
  78. ranging from from 0 to 9.
  79.  
  80. When you have mounted the drive , there is just one more thing to do.
  81.  
  82. what to do:
  83.  
  84.       CHDIR <DMS DRIVE> <DMS FILENAME>
  85.  
  86. i.e:  CHDIR 0 HD0:DOWNLOAD/DMSFILE[.DMS]
  87.  
  88.  
  89. ALWAYS USE A FULL PATH TO THE DMSFILE.
  90.  
  91.  
  92. ********************
  93. *******NOTE*********
  94. ********************
  95.  
  96. THE DMS.DEVICE IS AT THE TIME, VERY! SLOW ON MOST COMPUTERS
  97. (EXCEPT A4000 COMPUTER WITH AN 040)
  98.  
  99. THE REGISTERED VERSION FEATURES AN OPTION IN DMS, WHICH CONVERTS
  100.  THE DMS FILE FOR USE WITH DMS.DEVICE , AND AFTER CONVERSION
  101.  THE VIRTUAL DRIVE WILL RUN AT HIGH-SPEED, AND ALMOST EMULATE
  102.  THE REAL DISK-DRIVE.
  103.  
  104. BUT IN THE NEAR FUTURE , REGISTERED USERS WILL RECEIVE AN UPDATED
  105. VERSION.
  106.